home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 19 / 9 / DISK1994.ZIP / READ.ME < prev    next >
Text File  |  1989-03-24  |  3KB  |  78 lines

  1. DOS-EZ, is a software package to let PC users use their PC easier. It contains
  2. of the following utilities :
  3.  
  4. Three pattern searching utilities, XFIND, FGREP, and GREP let you find the
  5. needle in the hay stack faster and easier. File name may contain wildcard "*"
  6. and "?".  Every utility can search files and files in all sub-directories.
  7. Files may be text and/or binary files.
  8. XFIND : Search files for a keyword which may contain wildcard "*" and "?" .
  9.         Using Kunth-Morris-Pratt non-backtracking pattern searching algorithm.
  10. FGREP : Search files for mutilple keywords.
  11.         Using Aho-Corasick non-backtracking pattern searching algorithm.
  12. GREP  : A superset of grep, fgrep, egrep. Support OR "|" operator and all
  13.         regular expression operators.
  14.  
  15. Three handy utilities to show files' information.
  16. FINDF : Find one or more than one files in the specific disk.
  17. XDIR  : XDIR provide more functions than "DIR *.* | SORT". XDIR can search files
  18.         before/after/within certain dates. XDIR also sorts the output before
  19.         display on the user's screen.
  20. DTREE : Display the tree structure of specific pathnames or disks.
  21.  
  22. Five handy file/directory manipulation utilities.
  23. XDEL  : Delete all files and files in sub-directories. In addition, XDEL
  24.         try to remove all sub-directories if it is possible.
  25. RNDIR : Rename directory name.
  26. MVFILES: Move files from one directory to another directory. Wilcard and "?"
  27.          can be used in files' name which MS-DOS lacks of.
  28. FDATE : Change the date and time of specific files.
  29. SWAPF : Swap file or sub-directory without using "copy" and "delete".
  30.  
  31. Two security utilities to secure your privacy.
  32. CRYPT : A DES algorithm to encrypt/decrypt your files.
  33. WIPEOUT: Write zero to your files and delete them. After WIPEOUT, no one can
  34.          ever recover those files.
  35.  
  36. Four handy utilities makes your life in the MS-DOS easier.
  37. NOW   : Display current date and time without commands "date" and "time".
  38. SOUND : Make the speaker in your PC sing or beep.
  39. VIEW  : A full screen browsing program to view a specific file.
  40.         No more "TYPE READ.ME | MORE".  VIEW can be considered a read-only
  41.         editor. VIEW can read data from pipe.
  42. VATTR : Reset foreground and background color on your screen.
  43.  
  44. By paying $25 registration fee you will receive a hard copy user manual and all
  45. source programs. All utilities listed above are written in 'C' language which
  46. can be compiled by Microsoft C, Quick C, or Turbo C.
  47.  
  48.  
  49. NOTE :
  50.  
  51. ** Use "PRINT DOSEZ.DOC" to obtain the DOS-EZ user manual.
  52.  
  53. ** Your floppy should contain the following files :
  54.  
  55.     READ.ME         - This file
  56.     DOSEZ.DOC       - DOS-EZ user manual
  57.     REGISTER.FOM    - Registeration form
  58.  
  59.     All utilities in DOS-EZ V1.0
  60.     CRYPT.EXE       
  61.     DTREE.EXE
  62.     FDATE.EXE
  63.     FGREP.EXE
  64.     FINDF.EXE
  65.     GREP.EXE
  66.     MVFILES.EXE
  67.     NOW.EXE
  68.     RNDIR.EXE
  69.     SOUND.EXE
  70.     SWAPF.EXE
  71.     VATTR.EXE
  72.     VIEW.EXE
  73.     WIPEOUT.EXE
  74.     XDEL.EXE
  75.     XDIR.EXE
  76.     XFIND.EXE
  77.  
  78.